home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00037_section 3.2 first frame.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  200 b   |  10 lines

  1. on enterFrame
  2.   global IconList1, gArrowButton
  3.   repeat with X = 6 to 13
  4.     iconObj = getaProp(IconList1, X)
  5.     outScope(iconObj)
  6.   end repeat
  7.   outScope(gArrowButton)
  8.   setHandCursor([40, 41])
  9. end
  10.